home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Virtual key up events
- Sent: 6/4/96 11:07 AM
- Received: 6/4/96 11:21 AM
- From: Mark Lanett, mlanett@meer.net
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- At 10:42 AM 6/4/96, Damon Cokenias wrote:
- [how to get KeyUp events]
-
- While you can cause the MacOS to generate keyup events, note that this will
- be process-wide, causing *all* parts to recieve them. Most will probably
- ignore them, but it can still cause problems. To avoid problems, enable the
- keyups only when you get the keyboard focus and reset it to the previous
- value when you lose that focus.
-
- In this case it's possible to avoid conflicts, but not always (like the
- current color manager palette). In general it's better to avoid situations
- which require changing process-wide flags.
-
- At 10:15 AM 6/4/96, Erlend Stav wrote:
- >Have been trying to figure out how to get key -up- events in ODF, but have
- >not been able to .
- >I have tried implementing DoVirtualKey for my frame, but I only receive key
- >-down- events.
-
-
- Mark Lanett, ODF
-
-